home *** CD-ROM | disk | FTP | other *** search
- REM This is an example of an autoexec batch file for
- REM loading FLIPPER automatically from a hard disk.
- REM
- REM The files for FLIPPER, including SONIX.COM and
- REM TTS.COM are presumed to be loaded into the
- REM subdirectory C:\FLIPPER
- REM
- path c:\flipper
- cd \flipper
- prompt $p $g
- beep 256 200 512 200 1024 200
- sonix /K- /NH
- tts
- echo off
- flipper
- REM An "A" on the command line enables
- REM the autokey mode, but you need
- REM to add a line to load a keyboard macro
- REM program above FLIPPER.
- REM
- if errorlevel 1 goto noflip
- flipload start.flp start.flp
- REM You can change the second configuration
- REM to be some other file, if you want.
- flipext start.flp
- REM You can add flipext commands
- REM for additional configurations,
- REM or delete this one to save memory.
- REM (Approximately 1 kilobyte per external
- REM configuration.)
- goto exit
- :noflip
- beep 256 1000
- :exit
- cd \